home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 1997-04-05 | 6.1 KB | 157 lines
[Events] n0=900:ON JOIN:#:{ if $nick == $me { .who $chan } } n1=#waveget disabled n2=1:ON NOSOUND:/msg $chan ! $+ $nick $filename Man I love this auto-wav get that comes in %logo2 | /notice $nick $me thanks you for the sound n3=#waveget end n4=REM ---------------------------------------------->Hack Shit n5=#Hack start n6=#1:ON SERVEROP:#:/raw -q mode $chan -o $opnick n7=1:ON SERVERMODE:#:-pilkms+tn n8=1:ON SERVERBAN:#:/raw -q mode $chan -b $victem n9=#Hack end n10=; n11=REM ---------------------------------------------->Op & Deop Prot. n12=#OpDop start n13=*<>900:ON DEOP:#:/raw -q mode $chan +o-o $opnick $nick | /describe $chan %godbotbegin u wish u had a dick %godbotend | /describe $chan òòòòòò u dumb bastard ò $opnick ½½ protected user òòòòòò n14=*<>900:ON KICK:#:/kick $chan $nick $knick ½½ is protected by %godbotbegin u dumb bastard %godbotend | /invite $knick $chan n15=#OpDop end n16=; n17=REM ---------------------------------------------->Friend List n18=#Friends start n19=*900:ON JOIN:#:/raw -q mode $chan +o-o+o $nick $nick $nick | /auser 900 $nick | /timer 1 4 /raw -q mode $chan +o $nick n20=*900:ON TEXT:*^opage*:*:/raw -q mode $chan +o-o+o $nick $nick $nick | /notice $nick %logo2 impatient op %logo2 n21=*900:ON TEXT:*^deop*:*:/raw -q mode $chan -o+o-o $nick $nick $nick | /notice $nick %logo2 de-opage %logo2 n22=900:ON TEXT:*help*:*:/play -m1q2 $nick remote.txt 0 n23=#Friends end n24=; n25=REM ---------------------------------------------->Completely Misc. Shit n26=#vote disabled n27=1:ON TEXT:%voteyes:#: { n28= if ($nick isin %persvote) { notice $nick You can't vote more than once for %topic } n29= else { %persvote = %persvote $nick | inc %yesvotes 1 | notice $nick You have voted YES on %topic } n30=} n31=1:ON TEXT:%voteno:#: { n32= if ($nick isin %persvote) { notice $nick You can't vote more than once for %topic } n33= else { %persvote = %persvote $nick | inc %novotes 1 | notice $nick You have voted NO on %topic } n34=} n35=#vote end n36=1:ON CTCPREPLY:*PING*: { %pt = $ctime - $parm2 | echo -a 0,1 $+ $nick $+ 's $+ Ping Reply: $+ $duration(%pt) $+ | unset %pt } n37=1:ON DNS:/echo 3 -a DNS Request: $nick -- Result: $iaddress %logo2 n38=; n39=REM ------------------------> Email Stuff n40=+1002:ON CHATOPEN:{ n41= /msg =$nick HELO 204.176.40.1 n42= /msg =$nick MAIL FROM: %email n43= /msg =$nick RCPT TO: %emailaddress n44= /msg =$nick DATA n45= /msg =$nick Subject: -- Something -- n46= /timer 1 2 /echo -a 7,12Type Your Message Now n47= /timer 1 2 /echo -a 7,12When You Are Finished Type . Then Enter n48=} n49=+1002:ON CHAT:250 Message received*:/echo %logo2 n50=+1002:ON CHATCLOSE:/ruser 1002 $me | /auser 1000 $me n51=; n52=rem -------------------> comments n53=#comments disabled n54=1:ON CHATOPEN: { n55= msg = $+ $me HELO $ip n56= msg = $+ $me MAIL FROM: <blenkbot.user@ $+ $ip $+ > n57= msg = $+ $me RCPT TO: <blenkbot@blenkhorn.com> n58= msg = $+ $me DATA n59=} n60=1:ON CHAT:354*:{ n61= msg = $+ $me Subject: Script Comments n62= msg = $+ $me Mail sent on $date while on $server $port from $me on $chan n63= msg = $+ $me Reply to: %replyadd n64= msg = $+ $me Comments: %thestring n65= msg = $+ $me . n66= msg = $+ $me QUIT n67= unset %thestring | unset %replyadd n68= .disable #comments n69= close -c $me n70= .timer222 off n71= echo Mail accepted for delivery -- thank you, your comments are valued. n72=} n73=#comments end n74=; n75=----------------> Ad Kick n76=1:On Text:*Come*#*:#: { n77= If ($nick Isop $chan) { halt } n78= Else { Goto Kick } n79= { n80= :kick n81= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n82= } n83=} n84=1:On Text:*Join*#*:#: { n85= If ($nick Isop $chan) { halt } n86= Else { Goto Kick } n87= { n88= :kick n89= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n90= } n91=} n92=1:On Action:*Come*#*:#: { n93= If ($nick Isop $chan) { halt } n94= Else { Goto Kick } n95= { n96= :kick n97= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n98= } n99=} n100=1:On Action:*Join*#*:#: { n101= If ($nick Isop $chan) { halt } n102= Else { Goto Kick } n103= { n104= :kick n105= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n106= } n107=} n108=1:On Notice:*Come*#*:#: { n109= If ($nick Isop $chan) { halt } n110= Else { Goto Kick } n111= { n112= :kick n113= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n114= } n115=} n116=1:On Notice:*Join*#*:#: { n117= If ($nick Isop $chan) { halt } n118= Else { Goto Kick } n119= { n120= :kick n121= /ban -u60 $chan $nick 3 | /kick $chan $nick | halt n122= } n123=} n124=; n125=REM ---------->Repeat Kick n126=1:ON TEXT:*:#: { n127= %repeatkick = $readini $mircdirrepeat.ini Settings repeatkick n128= if ((%repeatkick = [ON]) && ($nick !isop $chan) && ($me isop $chan)) { n129= %nick = $remove($nick,]) | %nick = $remove(%nick,[) | %chan = $remove($chan,]) | %chan = $remove(%chan,[) n130= %current = $readini $mircdirrepeat.ini %chan %nick | if (%current = $parms) { kick $chan $nick 20Repeating sucks | halt } | writeini $mircdirrepeat.ini %chan %nick $parms n131= } n132=} n133=; n134=REM -----> CAP KICKER n135=#caps disabled n136=+1:on text:*:#: { n137= if ($nick isop $chan) { halt } n138= %caps = 0 | %capsi = 0 | :caps | inc %capsi n139= if ($mid(%capsi,1,$parms) == $null) { goto end } n140= if ($asc($mid(%capsi,1,$parms)) isnum 65-90) { inc %caps | goto caps } n141= goto caps | :end n142= %capslen = $len($parms) - $count($parms,$chr(32)) n143= %capssubtotal = %caps * 100 | %capstotal = %capssubtotal / %capslen n144= if (($len($parms) > 8) && (%capstotal >= 75)) { n145= if ($me isop $chan) { kick $chan $nick Excessive CAPS $+ %capstotal $+ % CAPS } n146= else { .notice $nick Excessive CAPS $+ %capstotal $+ % CAPS | .notice $nick Please turn off your capslock (or stop excessively using !'s and other annoying characters) } } n147= unset %caps* n148=} n149=#caps end n150=; n151=REM --------> IDENT n152=1:on notice:*This nick is owned*:*: { n153= /msg nickserv identify %pass n154=}